setMacaddr

open fun setMacaddr(value: ByteString): DeviceOnly.UserLite.Builder

Deprecated

meshtastic.UserLite.macaddr is deprecated. See meshtastic/deviceonly.proto;l=57


This is the addr of the radio.
bytes macaddr = 1 [deprecated = true];

Return

This builder for chaining.

Parameters

value

The macaddr to set.